3.1.4 \(\int \sin (a+b x) \sin ^4(2 a+2 b x) \, dx\) [4]

Optimal. Leaf size=46 \[ -\frac {16 \cos ^5(a+b x)}{5 b}+\frac {32 \cos ^7(a+b x)}{7 b}-\frac {16 \cos ^9(a+b x)}{9 b} \]

[Out]

-16/5*cos(b*x+a)^5/b+32/7*cos(b*x+a)^7/b-16/9*cos(b*x+a)^9/b

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 46, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {4373, 2645, 276} \begin {gather*} -\frac {16 \cos ^9(a+b x)}{9 b}+\frac {32 \cos ^7(a+b x)}{7 b}-\frac {16 \cos ^5(a+b x)}{5 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sin[a + b*x]*Sin[2*a + 2*b*x]^4,x]

[Out]

(-16*Cos[a + b*x]^5)/(5*b) + (32*Cos[a + b*x]^7)/(7*b) - (16*Cos[a + b*x]^9)/(9*b)

Rule 276

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

Rule 2645

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_.)*sin[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> Dist[-(a*f)^(-1), Subst[
Int[x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Cos[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2]
 &&  !(IntegerQ[(m - 1)/2] && GtQ[m, 0] && LeQ[m, n])

Rule 4373

Int[((f_.)*sin[(a_.) + (b_.)*(x_)])^(n_.)*sin[(c_.) + (d_.)*(x_)]^(p_.), x_Symbol] :> Dist[2^p/f^p, Int[Cos[a
+ b*x]^p*(f*Sin[a + b*x])^(n + p), x], x] /; FreeQ[{a, b, c, d, f, n}, x] && EqQ[b*c - a*d, 0] && EqQ[d/b, 2]
&& IntegerQ[p]

Rubi steps

\begin {align*} \int \sin (a+b x) \sin ^4(2 a+2 b x) \, dx &=16 \int \cos ^4(a+b x) \sin ^5(a+b x) \, dx\\ &=-\frac {16 \text {Subst}\left (\int x^4 \left (1-x^2\right )^2 \, dx,x,\cos (a+b x)\right )}{b}\\ &=-\frac {16 \text {Subst}\left (\int \left (x^4-2 x^6+x^8\right ) \, dx,x,\cos (a+b x)\right )}{b}\\ &=-\frac {16 \cos ^5(a+b x)}{5 b}+\frac {32 \cos ^7(a+b x)}{7 b}-\frac {16 \cos ^9(a+b x)}{9 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.16, size = 37, normalized size = 0.80 \begin {gather*} \frac {2 \cos ^5(a+b x) (-249+220 \cos (2 (a+b x))-35 \cos (4 (a+b x)))}{315 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sin[a + b*x]*Sin[2*a + 2*b*x]^4,x]

[Out]

(2*Cos[a + b*x]^5*(-249 + 220*Cos[2*(a + b*x)] - 35*Cos[4*(a + b*x)]))/(315*b)

________________________________________________________________________________________

Maple [A]
time = 0.07, size = 69, normalized size = 1.50

method result size
default \(-\frac {3 \cos \left (x b +a \right )}{8 b}-\frac {\cos \left (3 x b +3 a \right )}{12 b}+\frac {\cos \left (5 x b +5 a \right )}{20 b}+\frac {\cos \left (7 x b +7 a \right )}{112 b}-\frac {\cos \left (9 x b +9 a \right )}{144 b}\) \(69\)
risch \(-\frac {3 \cos \left (x b +a \right )}{8 b}-\frac {\cos \left (3 x b +3 a \right )}{12 b}+\frac {\cos \left (5 x b +5 a \right )}{20 b}+\frac {\cos \left (7 x b +7 a \right )}{112 b}-\frac {\cos \left (9 x b +9 a \right )}{144 b}\) \(69\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(b*x+a)*sin(2*b*x+2*a)^4,x,method=_RETURNVERBOSE)

[Out]

-3/8*cos(b*x+a)/b-1/12*cos(3*b*x+3*a)/b+1/20*cos(5*b*x+5*a)/b+1/112*cos(7*b*x+7*a)/b-1/144*cos(9*b*x+9*a)/b

________________________________________________________________________________________

Maxima [A]
time = 0.30, size = 58, normalized size = 1.26 \begin {gather*} -\frac {35 \, \cos \left (9 \, b x + 9 \, a\right ) - 45 \, \cos \left (7 \, b x + 7 \, a\right ) - 252 \, \cos \left (5 \, b x + 5 \, a\right ) + 420 \, \cos \left (3 \, b x + 3 \, a\right ) + 1890 \, \cos \left (b x + a\right )}{5040 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a)^4,x, algorithm="maxima")

[Out]

-1/5040*(35*cos(9*b*x + 9*a) - 45*cos(7*b*x + 7*a) - 252*cos(5*b*x + 5*a) + 420*cos(3*b*x + 3*a) + 1890*cos(b*
x + a))/b

________________________________________________________________________________________

Fricas [A]
time = 4.19, size = 36, normalized size = 0.78 \begin {gather*} -\frac {16 \, {\left (35 \, \cos \left (b x + a\right )^{9} - 90 \, \cos \left (b x + a\right )^{7} + 63 \, \cos \left (b x + a\right )^{5}\right )}}{315 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a)^4,x, algorithm="fricas")

[Out]

-16/315*(35*cos(b*x + a)^9 - 90*cos(b*x + a)^7 + 63*cos(b*x + a)^5)/b

________________________________________________________________________________________

Sympy [B] Leaf count of result is larger than twice the leaf count of optimal. 163 vs. \(2 (39) = 78\).
time = 2.78, size = 163, normalized size = 3.54 \begin {gather*} \begin {cases} - \frac {104 \sin {\left (a + b x \right )} \sin ^{3}{\left (2 a + 2 b x \right )} \cos {\left (2 a + 2 b x \right )}}{315 b} - \frac {64 \sin {\left (a + b x \right )} \sin {\left (2 a + 2 b x \right )} \cos ^{3}{\left (2 a + 2 b x \right )}}{315 b} - \frac {107 \sin ^{4}{\left (2 a + 2 b x \right )} \cos {\left (a + b x \right )}}{315 b} - \frac {16 \sin ^{2}{\left (2 a + 2 b x \right )} \cos {\left (a + b x \right )} \cos ^{2}{\left (2 a + 2 b x \right )}}{21 b} - \frac {128 \cos {\left (a + b x \right )} \cos ^{4}{\left (2 a + 2 b x \right )}}{315 b} & \text {for}\: b \neq 0 \\x \sin {\left (a \right )} \sin ^{4}{\left (2 a \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a)**4,x)

[Out]

Piecewise((-104*sin(a + b*x)*sin(2*a + 2*b*x)**3*cos(2*a + 2*b*x)/(315*b) - 64*sin(a + b*x)*sin(2*a + 2*b*x)*c
os(2*a + 2*b*x)**3/(315*b) - 107*sin(2*a + 2*b*x)**4*cos(a + b*x)/(315*b) - 16*sin(2*a + 2*b*x)**2*cos(a + b*x
)*cos(2*a + 2*b*x)**2/(21*b) - 128*cos(a + b*x)*cos(2*a + 2*b*x)**4/(315*b), Ne(b, 0)), (x*sin(a)*sin(2*a)**4,
 True))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 58, normalized size = 1.26 \begin {gather*} -\frac {35 \, \cos \left (9 \, b x + 9 \, a\right ) - 45 \, \cos \left (7 \, b x + 7 \, a\right ) - 252 \, \cos \left (5 \, b x + 5 \, a\right ) + 420 \, \cos \left (3 \, b x + 3 \, a\right ) + 1890 \, \cos \left (b x + a\right )}{5040 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)*sin(2*b*x+2*a)^4,x, algorithm="giac")

[Out]

-1/5040*(35*cos(9*b*x + 9*a) - 45*cos(7*b*x + 7*a) - 252*cos(5*b*x + 5*a) + 420*cos(3*b*x + 3*a) + 1890*cos(b*
x + a))/b

________________________________________________________________________________________

Mupad [B]
time = 0.14, size = 36, normalized size = 0.78 \begin {gather*} -\frac {16\,\left (35\,{\cos \left (a+b\,x\right )}^9-90\,{\cos \left (a+b\,x\right )}^7+63\,{\cos \left (a+b\,x\right )}^5\right )}{315\,b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(a + b*x)*sin(2*a + 2*b*x)^4,x)

[Out]

-(16*(63*cos(a + b*x)^5 - 90*cos(a + b*x)^7 + 35*cos(a + b*x)^9))/(315*b)

________________________________________________________________________________________